/
/ $Header: README.txt 30-jan-2007.17:10:41 rkothuri Exp $
/
/ README.txt
/
/ Copyright (c) 2007, Oracle. All Rights Reserved.
/
/   NAME
/     README.txt - <one-line expansion of the name>
/
/   DESCRIPTION
/     <short description of component this file declares/defines>
/
/   NOTES
/     <other useful comments, qualifications, etc.>
/
/   MODIFIED   (MM/DD/YY)
/   rkothuri    01/30/07 - Creation
/

pc.sql: This script demonstrates how to create a PointCloud from a set of point
        in a table called INPTAB.  Typical sequence of operations for
        operating on a PointCloud are as follows:

    1. Initialize the PointCloud (PC) object using the SDO_PC_PKG.INIT function.
    2. Create the PC, using the SDO_PC_PKG.CREATE_PC procedure.
    3. As needed for queries, clip the PC, using the SDO_PC_PKG.CLIP_PC
       function.
    4. If necessary, use the SDO_PC_PKG.TO_GEOMETRY function (for example,
       to convert the result of a clip operation into a single
       SDO_GEOMETRY object).



